home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / exec / resident.m < prev    next >
Encoding:
Text File  |  2000-06-08  |  315 b   |  20 lines

  1. OBJECT Resident|RT
  2.     MatchWord:UWORD,
  3.     MatchTag:PTR TO RT,
  4.     EndSkip:LONG,
  5.     Flags:CHAR,
  6.     Version:CHAR,
  7.     Type:CHAR,
  8.     Pri:BYTE,
  9.     Name:PTR TO CHAR,
  10.     IDString:PTR TO CHAR,
  11.     Init:LONG
  12.  
  13. CONST    RTC_MATCHWORD=$4AFC,
  14.         RTF_COLDSTART=1,
  15.         RTF_SINGLETASK=2,
  16.         RTF_AFTERDOS=4,
  17.         RTF_AUTOINIT=$80,
  18.         RTW_NEVER=0,
  19.         RTW_COLDSTART=1
  20.